home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / filework.zip / FILEWORK.TXT < prev    next >
Text File  |  1993-06-02  |  3KB  |  82 lines

  1. File Works V1.1 by Phil Smith
  2. -------------------------------
  3.  
  4. File Works is a simple, easy to use directory utility that allows you to perform
  5. basic file operations such as copy, move, delete and so forth.  To run File Worksard
  6. you need a Windows 3.x compatible machine, and Windows 3.x (of course).  In 
  7. addition you will need the vbrun200.dll file.  It can be obtained at 
  8. ftp.cica.indiana.edu in the /pub/pc/win3/util directory.
  9.  
  10.  
  11. Most of the program is pretty much self explanatory, but here are a few notes:
  12.  
  13. Installation
  14. ---------------------
  15. Unzip filework.zip in the directory you wish to place it in and create a new program
  16. item from the Program Manager.  The findfile.exe file must be in the same directory
  17. as filewiz.exe  While File Works was written in Visual Basic V2.0, findfile.exe was
  18. written with Turbo C++ V3.1.  I did this because Visual Basic simply was not fast
  19. enough for me to do a good recursive file search.
  20.  
  21. Active Directory
  22. -------------------
  23. The buttons in the bottom row operate on the files in the list box marked "Active".
  24. To change the active list box just click in the one you want.
  25.  
  26. Associations
  27. -------------
  28. Associations allow you to associate a file type with an application.  For example
  29. you can associate all files that have the txt extension with the notepad.exe 
  30. application, so whenever you double click on such a file the notepad program is
  31. launched and the txt file is loaded into notepad.  Just make that when you enter
  32. an extension that you do not include the '.' in it or File Worksard will not recognize
  33. it.  To add, edit, or delete an association chose association from the File menu.
  34.  
  35.  
  36. Info Button
  37. --------------
  38. The info button allows you to change the attributes of a file.  Just click on the
  39. check boxes for that attributes you want and choose ok.
  40.  
  41.  
  42.  
  43. Revision History
  44. ---------------------
  45. V1.0 Feb 5, 1993
  46.   -initial release
  47.  
  48. V1.1 Feb 9,1993
  49.   - it was pointed out to me that the name File Wizard was also used by another company
  50.     so to avoid confusion, the name has been changed to File Works.
  51.  
  52.   - discovered some small but annoying bugs right after the initial release and corrected
  53.     them
  54.            - corrected some error handling problems
  55.            - info button now works correctly
  56.            - findfile start directory bug was fixed
  57.  
  58.   - added a refresh button to the file list boxes so the user can update listings if some
  59.     other application alters the listings
  60.  
  61. Scary Legal Stuff
  62. ------------------ 
  63. Well, ok so it isn't so scary, because this program is FREE!  Yes, its amazing, a
  64. program for an MSDOS machine that does not ask for an outrageous registration fee!
  65. All I ask is that if you do find this program useful (or otherwise) that you drop
  66. me a note describing what do you like and don't like about the program.  Also, feel
  67. free to offer any suggestions for additions/improvements to the program.  You can
  68. contact me at:
  69.  
  70.      Phil Smith
  71.      4405 Castlewood #3
  72.      Ames, Iowa 50010
  73.      515-292-2762
  74.      email: pjsmith@iastate.edu
  75.  
  76.  
  77. Planned future enhancements include adding configurable buttons via a simple
  78. scripting language.
  79.  
  80.  
  81. Enjoy...
  82.